home *** CD-ROM | disk | FTP | other *** search
- object fDosPrompt: TfDosPrompt
- Left = 224
- Top = 234
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- ClientHeight = 100
- ClientWidth = 404
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 4
- Top = 25
- Width = 395
- Height = 13
- AutoSize = False
- end
- object Edit1: TEdit
- Left = 4
- Top = 42
- Width = 397
- Height = 21
- TabOrder = 0
- OnChange = Edit1Change
- end
- object Button1: TButton
- Left = 126
- Top = 74
- Width = 80
- Height = 21
- Caption = 'Ok'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 209
- Top = 74
- Width = 80
- Height = 21
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object ComboBox1: TComboBox
- Left = 4
- Top = 1
- Width = 192
- Height = 21
- ItemHeight = 13
- TabOrder = 3
- Text = 'Tools ...'
- OnChange = ComboBox1Change
- Items.Strings = (
- 'cmd = "cmd.exe"'
- 'command = "command.exe" '
- 'regedit = "regedit.exe" '
- 'msconfig = "msconfig.exe" '
- 'calc = "calculator.exe"')
- end
- object ActionList1: TActionList
- Left = 298
- Top = 1
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- end
-